Skip to content

Conversation

@Paillat-dev
Copy link
Member

@Paillat-dev Paillat-dev commented Nov 7, 2025

Summary

fixes : #2992

Information

  • This PR fixes an issue.
  • This PR adds something new (e.g. new method or parameters).
  • This PR is a breaking change (e.g. methods or parameters removed/renamed).
  • This PR is not a code change (e.g. documentation, README, typehinting,
    examples, ...).

Checklist

  • I have searched the open pull requests for duplicates.
  • If code changes were made then they have been tested.
    • I have updated the documentation to reflect the changes.
  • If type: ignore comments were used, a comment is also left explaining why.
  • I have updated the changelog to include these changes.

@Paillat-dev Paillat-dev requested a review from a team as a code owner November 7, 2025 10:14
@pycord-app
Copy link

pycord-app bot commented Nov 7, 2025

Thanks for opening this pull request!
Please make sure you have read the Contributing Guidelines and Code of Conduct.

This pull request can be checked-out with:

git fetch origin pull/2993/head:pr-2993
git checkout pr-2993

This pull request can be installed with:

pip install git+https://github.com/Pycord-Development/pycord@refs/pull/2993/head

@Paillat-dev Paillat-dev added the hold: testing This pull request requires further testing label Nov 7, 2025
Lulalaby
Lulalaby previously approved these changes Nov 7, 2025
Signed-off-by: Paillat <paillat@pycord.dev>
@Lumabots
Copy link
Contributor

Lumabots commented Dec 2, 2025

maybe this erroring could be improved

    return pages.Paginator(
        show_menu=True,
        pages=[pages.Page(embeds=[embed]) for embed in embeds],
        custom_view=BotAliasView(bot, translator, author_id),
    )
    ```
    raise `Command raised an exception: TypeError: 'NoneType' object is not iterable`into -> PageGroup cant be None with show_menu true 
else tested and lgtm with show_menu = False

@Paillat-dev
Copy link
Member Author

I agree, but I didn't add the error in this PR so I'm not gonna change it here

@Paillat-dev Paillat-dev removed the hold: testing This pull request requires further testing label Dec 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Undocumented Paginator error

4 participants